home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / pc / Idea Source / ink2.dir / 00093_quit button.ls < prev    next >
Encoding:
Text File  |  1998-12-11  |  225 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound(2, "button")
  3.   set the visible of sprite (the spriteNum of me - 9) to 0
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp me
  8.   set the visible of sprite (the spriteNum of me - 9) to 1
  9.   updateStage()
  10.   quit()
  11. end
  12.